﻿/* 
body {
    background: url(/images/2023year.jpg?v=1.01) top center no-repeat;
    padding-top: 200px;
}

.box {
    width: 1203px;
    margin: 0 auto;
	background:#fff;
}
 */
.subMenu li {
    display: inline-block;
    font-size: 0;
}

.subMenu .subimg {
    display:inline-block;
    background-image:url(../images/icons.png);
    background-repeat:no-repeat;
    float: left;
    width: 53px;
    height: 53px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sub1 {
    background-position-x: -482px;
    background-position-y:0px;
}
.sub2 {
    background-position-x: -429px;
    background-position-y: 0px;
}
.sub3 {
    background-position-x: -376px;
    background-position-y: 0px;
}
.sub4 {
    background-position-x: -323px;
    background-position-y: 0px;
}
.sub5 {
    background-position-x: -270px;
    background-position-y: 0px;
}
.sub6 {
    background-position-x: -217px;
    background-position-y: 0px;
}

.subMenu p {
    display: inline-block;
    padding: 3px 10px 0 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
}

.subMenu a:hover {
    color: #b71f26;
}

    .subMenu a:hover .subimg {
        transform: scale(1.1);
    }
.superior {
    padding-left: 15px;
    border-left: 1px dashed #bfbfbf;
    position: relative;
}

    .superior a {
       
        display: block;
        line-height: 1.7;
        text-align: right;
        transition: color .3s ease;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        -o-transition: color .3s ease;
    }

        .superior a:hover {
            color: #b71f26;
        }

.iconlinkpanel {
    position: relative;
    display: block;
    float: right;
}



.iconlinkinfo {
    position: absolute;
    z-index: 999;
    background: #e9e9e9;
    left: 0px;
    top: 50px;
}

    .iconlinkinfo li a {
        font-size: 12px;
        text-align: center;
        line-height: 2em;
        width: 180px;
    }

    .iconlinkinfo a {
        font-size: 14px;
    }

.search {
    position: relative;
    padding-left: 10px;
    border-left: 1px dashed #bfbfbf;
}

.search_btn {
    display: block;
    width: 55px;
    height: 55px;
    padding-top: 12px;
    text-align: center;
    border-radius: 15px;
    background-image: linear-gradient(to left bottom, #fd6c27, #feab46);
    font-size: 12px;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .search_btn .s1 {
        width: 13px;
		height:13px;		
        margin: 0 auto;
        display:block;
    background-image:url(../images/icons.png);
    background-repeat:no-repeat;	
    background-position-x: -535px;
    background-position-y: 0px;	
    }

.s_input {
    position: absolute;
    right: 55px;
    top: 0;
    width: 0;
    height: 55px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #fe9d3f;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease .15s;
}

.close {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
	margin:13px;
    background: url('../images/icons.png') no-repeat;
    background-position-x: -0px;
    background-position-y:-126px;
    cursor: pointer;
}

.s_input input {
    display: none;
    width: 260px;
    height: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
}

    .s_input input::input-placeholder {
        color: #fafafa;
    }

    .s_input input::-webkit-input-placeholder {
        color: #fafafa;
    }

    .s_input input::-moz-input-placeholder {
        color: #fafafa;
    }

    .s_input input::-ms-input-placeholder {
        color: #fafafa;
    }

    .s_input input::-o-input-placeholder {
        color: #fafafa;
    }

.s_active .search_btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(to left bottom, #b71f26, #ef1859);
}

.s_active .s_input {
    visibility: visible;
    opacity: 1;
    width: 320px;
}

    .s_active .s_input input {
        display: block;
    }

.tips {
    position: absolute;
    right: -150px;
    top: 82px;
	width:120px;height:112px;
	    display:inline-block;
    background-image:url(../images/icons.png);
    background-repeat:no-repeat;
	    background-position-x: -425px;
    background-position-y:-53px;
}

.swiper_party {
    position: relative;
    width: 100%;
    height: 144px;
    margin-bottom: 27px;
    overflow: hidden;
}

    .swiper_party img {
        height: 100%;
    }

    .swiper_party .swiper-pagination {
        padding-right: 25px;
        text-align: right;
        bottom: 5px;
    }

        .swiper_party .swiper-pagination span {
            background-color: #fff;
            opacity: 1;
        }

        .swiper_party .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ff0000;
        }

.swiper_banner {
    position: relative;
    float: left;
    width: 760px;
    height: 430px;
    margin-bottom: 27px;
    overflow: hidden;
}

    .swiper_banner img {
       /* width: 100%;*/
		height:100%;
    }

    .swiper_banner .swiper-slide {
       /* width: 100%;*/
	   text-align:center;
	   overflow:hidden;
    }


    .swiper_banner .swiper-pagination {
        bottom: 16px;
        text-align: right;
    }

        .swiper_banner .swiper-pagination span {
            width: 20px;
            height: 8px;
            border-radius: 50px;
            background-color: #fff;
            opacity: 1;
            transition: all .3s linear;
            -webkit-transition: all .3s linear;
        }

        .swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
            width: 40px;
            background-color: rgb(253,124,47);
        }
    .swiper_banner p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0px;
        color: #fff;
        font-size: 18px;
		height:80px;
        line-height: 60px;
        background-color: rgba(0,0,0,.5);
    }
.news {
    padding-left: 17px;
    overflow: hidden;
}

.new_cont {
    padding: 0 20px;
    background-color: #fafafa;
}

.swiper_new {
    position: relative;
    width: 100%;
    height: 451px;
    overflow: hidden;
}

.swiper-pagination-new {
    margin-bottom: 5px;
    text-align: center;
    font-size: 0;
}

.tabTit {
    display: inline-block;
    width: 50%;
    line-height: 52px;
    font-size: 24px;
    border-bottom: 2px solid #afafaf;

    cursor: pointer;
    transition: all .5s ease;
}
.tabTit .tabicon{
	background: url('../images/icons.png') no-repeat;
	width:20px;
	height:20px;
	display: inline-block;
	background-position-x: -0px;
    background-position-y:-53px;
	margin-right:10px;
}


.tab_active {
    color: #b71f26;
    border-color: #b71f26;

	
}
.tab_active .tabicon{

	background-position-x: -20px;
    background-position-y:-53px;
}

.s_new_list li {
    line-height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .s_new_list li:first-child {
        text-align: center;
    }

        .s_new_list li:first-child a {
            font-size: 25px;
			font-weight:bold;
			line-height:2em;
           /* color: #c91709;*/
        }

.s_new_list a {
	font-size:16px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
}

    .s_new_list a:hover {
        color: #b71f26;
    }

.weblink1 {
    margin-bottom: 15px;
    font-size: 0;
    line-height: 1;
}

    .weblink1 a {
        display: inline-block;
    }

        .weblink1 a + a {
            margin-left: 5px;
        }

    .weblink1 img {
        width: 235px;
        height: 72px;
    }

.new_text,
.new_video {
    width: 907px;
}

.tab_tit {
    margin-bottom: 17px;
    
    border-bottom: 2px solid #c31d26;
    font-size: 0;
}

    .tab_tit li {
        position: relative;
        display: inline-block;
        width: 20%;
		text-align: center;
    }

        .tab_tit li span {
            position: absolute;
            left: -2px;
            bottom: -10px;
            display: block;
            width: 0;
            height: 66px;
            transition: width .3s linear;
            z-index: 2;
        }

.new_text .tab_tit li:nth-child(1) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -0px;
    background-position-y:-168px;
}


.new_text .tab_tit li:nth-child(2) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -430px;
    background-position-y:-168px;
}

.new_text .tab_tit li:nth-child(3) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -0px;
    background-position-y:-235px;
}

.new_text .tab_tit li:nth-child(4) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -214px;
    background-position-y:-235px;
}

.new_video .tab_tit li:nth-child(1) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -430px;
    background-position-y:-235px;
}

.new_video .tab_tit li:nth-child(2) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -0px;
    background-position-y:-299px;
}

.new_video .tab_tit li:nth-child(3) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -214px;
    background-position-y:-299px;
}

.new_video .tab_tit li:nth-child(4) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -430px;
    background-position-y:-299px;
}

.new_video .tab_tit li:nth-child(5) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -0px;
    background-position-y:-365px;
}

.new_video .tab_tit li:nth-child(6) span {
    background: url('../images/icons.png') no-repeat;
	    background-position-x: -214px;
    background-position-y:-365px;
}

.tab_tit li + li:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 6px;
    width: 1px;
    height: 13px;
    background-color: #c91709;
}

.tab_tit a {
    font-size: 20px;
    color: #c91709;
}

.tab_tit .active span {
    width: 215px;
}

.tab_cont {
    position: relative;
    width: 100%;
    height: 280px;
}

    .tab_cont ul {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
    }

.tab_infoList li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 15px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s linear;
    visibility: hidden;
    opacity: 0;
}

    .tab_infoList li:before {
        content: "·";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 35px;
        color: #ccc;
        transition: color .3s linear;
        -webkit-transition: color .3s linear;
    }

    .tab_infoList li:hover:before,
    .tab_infoList li:hover a {
        color: #c91709;
    }

    .tab_infoList li:nth-child(odd) {
        transform: translateX(-30px);
    }

    .tab_infoList li:nth-child(even) {
        transform: translateX(30px);
    }

.tab_cont .act_cont {
    display: block;
}

.act_cont li:nth-child(odd) {
    animation: leftLi .7s linear forwards;
}

.act_cont li:nth-child(even) {
    animation: rightLi .7s linear forwards;
}

@keyframes leftLi {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-20px);
    }

    1% {
        visibility: visible;
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes rightLi {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(20px);
    }

    1% {
        visibility: visible;
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

.c_list {
    float: right;
    display: block;
    width: 121px;
    height: 100px;
    text-align: center;
    padding-top: 15px;
    margin: 0 0 12px 16px;
    background-color: #f2f2f2;
    line-height: 1.1;
    font-size: 16px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

    .c_list span {
        position: relative;
        display: block;
        width: 39px;
        height: 39px;
        margin: 0 auto 12px;
        border-radius: 50%;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

.c_icon1 {
    background: #fff url('../images/icons.png') no-repeat center top;
	background-position-x: -262px;
    background-position-y:-58px;
}


.c_icon2 {
    background: #fff url('../images/icons.png') no-repeat center top;
		background-position-x: -306px;
    background-position-y:-58px;
}

.c_icon3 {
    background: #fff url('../images/icons.png') no-repeat center top;
		background-position-x: -348px;
    background-position-y:-58px;
}

.c_icon4 {
    background: #fff url('../images/icons.png') no-repeat center top;
		background-position-x: -386px;
    background-position-y:-56px;
}

.other {
    padding-top: 10px;
}

    .other span {
        margin-bottom: 8px;
    }

.c_list:hover {
    background-color: #fce2e3;
    color: #ee9b5c;
}

    .c_list:hover span {
        background-color: #ee9b5c;
         background-position-y:-98px;
    }

.c_info {
    float: right;
    width: 257px;
    padding: 10px 15px;
    background-color: #f2f2f2;
    line-height: 1.8;
    font-size: 16px;
}

.new_video {
    padding-top: 20px;
}

    .new_video .tab_tit li {
 width: 138px;
    text-align: center;
    }

        .new_video .tab_tit li:first-child {
            padding-left: 0;
        }

        .new_video .tab_tit li:last-child {
            padding-right: 0;
        }
		
		.new_video .tab_tit li.active{
			    width: 205px;
		}
		
/*
        .new_video .tab_tit li span {
            left: -30px;
        }

        .new_video .tab_tit li:first-child span {
            left: -66px;
        }

        .new_video .tab_tit li:last-child span {
            left: -36px;
        }
*/
.tab_cont_video {
    position: relative;
    height: 345px;
    overflow: hidden;
}

    .tab_cont_video ul {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
    }

    .tab_cont_video .act_cont {
        display: block;
    }

.videoList li {
    float: left;
    width: 217px;
    margin-left: 13px;
    margin-bottom: 15px;
}

    .videoList li:nth-child(1),
    .videoList li:nth-child(5) {
        margin-left: 0;
    }

.videoList span {
    display: block;
    height: 134px;
    margin-bottom: 5px;
    overflow: hidden;
}

.videoList img {
    width: 100%;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.videoList p {
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.videoList li:hover img {
    transform: scale(1.2);
}

.videoList li:hover p {
    color: #c91709;
}

.special {
    width: 258px;
}
/* .special h5 {
	padding-left: 15px;
	line-height: 57px;
	background-image: linear-gradient(#f3f3f3,#fefefe);
	background-image: -webkit-linear-gradient(#f3f3f3,#fefefe);
	font-size: 24px;
} */
.s_list li {
    position: relative;
    line-height: 1;
    margin-top: 17px;
}

    .s_list li a {
        display: inline-block;
        padding-left: 30px;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

        .s_list li a::before {
            content: " ";
            position: absolute;
            left: 0;
            top: 50%;
            width: 21px;
            height: 21px;
            margin-top: -10.5px;
            overflow: hidden;
            background: url('../images/icons.png') no-repeat;
			background-position-x: -0px;
            background-position-y:-79px;
            transition: all .2s linear;
            -webkit-transition: all .2s linear;
        }

    .s_list li:hover a {
        color: #c91709;
    }

        .s_list li:hover a:before {			
            background-position-y:-100px;
        }

.web_link_ah {
    margin-bottom: 35px;
    font-size: 0;
}

    .web_link_ah a {
        display: inline-block;
    }

        .web_link_ah a + a {
            margin-left: 9px;
        }

.v_info {
    line-height: 40px;
}

.v_tit {
 

    font-size: 18px;
}
.v_tit span{
	background: url('../images/icons.png') no-repeat;
	display:inline-block;
	width:24px;height:24px;
	    background-position-x: -40px;
    background-position-y:-125px;
}

.v_time {
    color: #8b8b8b;
}

.v_video {
    overflow: hidden;
    height: 400px;
	width:700px;
}

    .v_video img {
        width: 100%
    }

.swiper_video {
    position: relative;
    width: 487px;
    height: 445px;
    overflow: hidden;
}

    .swiper_video .swiper-slide {
        width: 239px;
        height: 216px;
    }

    .swiper_video span {
        display: block;
        width: 100%;
        height: 172px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .swiper_video img {
        height: 170px;
        width: 240px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    .swiper_video p {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

.video-button-prev {
    position: absolute;
    left: -40px;
    top: 180px;
    width: 33px;
    height: 33px;
    background: url('../images/left1.png') no-repeat;
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.video-button-next {
    position: absolute;
    right: -40px;
    top: 180px;
    width: 33px;
    height: 33px;
    background: url('../images/right1.png') no-repeat;
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.swiper_video .swiper-slide:hover img {
    transform: scale(1.1);
}

.swiper_video .swiper-slide:hover p {
    color: #c91709;
}

.swiper_video:hover .video-button-prev {
    left: 5px;
}

.swiper_video:hover .video-button-next {
    right: 5px;
}

.swiper_img {
    position: relative;
    height: 205px;
    overflow: hidden;
}

    .swiper_img span {
        display: block;
        width: 100%;
        height: 162px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .swiper_img img {
        width: 100%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

    .swiper_img p {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }

.img-button-prev {
    position: absolute;
    left: -40px;
    top: 80px;
    width: 33px;
    height: 33px;
    background: url('../images/left1.png') no-repeat;
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.img-button-next {
    position: absolute;
    right: -40px;
    top: 80px;
    width: 33px;
    height: 33px;
    background: url('../images/right1.png') no-repeat;
    z-index: 2;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.swiper_img .swiper-slide:hover img {
    transform: scale(1.1);
}

.swiper_img .swiper-slide:hover p {
    color: #c91709;
}

.swiper_img:hover .img-button-prev,.swiper_party:hover .img-button-prev {
    left: 5px;
}

.swiper_img:hover .img-button-next,.swiper_party:hover .img-button-next {
    right: 5px;
}

.swiper-button-disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.web_link_ah a{
	width:293px;height:87px;
	background-image:url(../images/icons.png);
    background-repeat:no-repeat;
	display:inline-block;
}
.iconlink1{

	background-position-x: -0px;
    background-position-y:-433px;
}
.iconlink2{

	background-position-x: -293px;
    background-position-y:-433px;
}

.iconlink3{

	background-position-x: -0px;
    background-position-y:-522px;
}

.iconlink4{

	background-position-x: -293px;
    background-position-y:-522px;
}

.web_link_ah a.iconlink5{
	background-image:url(../images/rc.ahxf.gov.cn.png);
}


.tab_link_tit {
    position: absolute;
    left: 145px;
    top: 17px;
    font-size: 0;
}

    .tab_link_tit a {
        display: inline-block;
        width: 78px;
        line-height: 24px;
        text-align: center;
        margin-right: 20px;
        border-radius: 50px;
        background-color: #fff;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        font-size: 15px;
    }

    .tab_link_tit .on {
        background-color: #c91709;
        color: #fff;
    }

.tab_link_cont {
    margin-bottom: 20px;
}

    .tab_link_cont ul {
        display: none;
        padding: 0 5px;
    }

    .tab_link_cont .active {
        display: block;
    }

.link_list li {
    float: left;
    line-height: 1.8;
    margin-right: 18px;
}

.link_list a {
    color: #2d2d2d;
}

.link_list li:hover a {
    color: #c91709;
}

.lists {
    margin-bottom: 56px;
}

.breadcrumb {
    margin-bottom: 20px;
    font-size: 18px;
}
    .breadcrumb h2 {
        display:inline-block;
    }
    .breadcrumb strong {
        color: #c91709;
    }

    .breadcrumb a:hover {
        color: #c91709;
    }
.list_wrap:before {
    content: " ";
    position: absolute;
    left: 200px;
    top: 25px;
    width: 2px;
    height: calc(100% - 12px);
    background-color: #bc2e34;
}
.list_wrap {
    padding-top: 14px;
    border-top: 2px solid #bc2e34;
}
.sidebarMenu {
    position: relative;
    left: 0;
    top: 12px;
    width: 200px;
    padding: 40px 0 0 0px;
    /* border-right: 2px solid #bc2e34; */
}

    .sidebarMenu:before {
        content: " ";
        position: absolute;
        left: 0;
        top: -14px;
        width: 175px;
        height: 14px;
        background: url('../images/y1.png') no-repeat;
    }

    .sidebarMenu:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: -28px;
        width: 175px;
        height: 28px;
        background: url('../images/y2.png') no-repeat;
    }

    .sidebarMenu li {
        margin-bottom: 24px;
        font-size: 18px;
		    text-align: center;
    }

        .sidebarMenu li a:hover {
            color: #b71f26;
        }
.list_cont {
    padding-left: 200px;
}

.list h3 {
    display:inline-block;
    line-height: 39px;
    text-align: center;
    margin: 11px 0 15px;
    padding-left:8px;
    padding-right:8px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #bc2e34;
    font-size: 18px;
    color: #fff;
}

.list ul {
    padding-left: 32px;
    padding-bottom: 5px;
}

.list li {
    margin-bottom: 20px;
}

    .list li a {
        margin-right: 20px;
        font-size: 18px;
        color: #363636;
    }
    .list li span {
        float:right;
    }

        .list li a:hover {
            color: #b71f26;
        }

.list .firstLi {
    padding-bottom: 20px;
    border-bottom: 1px dashed #c8c8c8;
}

    .list .firstLi h5 {
        margin-bottom: 10px;
    }

    .list .firstLi a {
        color: #000;
    }

.txt_info > span {
    margin-right: 10px;
}

.txt_info span span {
    cursor: pointer;
}

    .txt_info span span:hover {
        color: #c91709;
    }

.d_cont {
    padding: 35px 35px 50px;
    border-top: 2px solid #bc2e34;
    background-color: #fafafa;
}

    .d_cont h1 {
        margin-bottom: 15px;
        line-height: 1.8;
        text-align: center;
        font-size: 24px;
    }


.txt_info {
    margin-bottom: 25px;
    text-align: center;
}

.txt {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
}

.txt_btn {
    text-align: right;
}

    .txt_btn span {
        cursor: pointer;
    }

.relevant_new {
    padding: 15px 35px 60px;
    margin-bottom: 35px;
    line-height: 1.8;
    border-top: 2px solid #bc2e34;
    background-color: #fafafa;
}

    .relevant_new h5 {
        font-size: 16px;
        margin-bottom: 7px;
        color: #000;
    }

    .relevant_new li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .relevant_new a {
        color: #010101;
    }

        .relevant_new a:hover {
            color: #b71f26;
        }

.d_cont .fontOne {
    font-size: 20px;
}

.d_cont .fontTwo {
    font-size: 15px;
}

.d_cont .fontThree {
    font-size: 12px;
}

.backTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 64px;
    cursor: pointer;
    display: none;
}
.section h5, .videos h5, .videogkd h5 {
    position: relative;
}
.section h5{
    height:65px;
	background: linear-gradient(to bottom, #eeeeee, #ffffff);
	font-size:24px;
	line-height:60px;
	text-indent:1em;
}


    .section h5 a, .videos h5 a, .videogkd h5 a{
        position: absolute;
        right: 20px;
      
		font-size:14px;
    }